SftTree/NET 2.0

BackColorSelected Property, FootersClass Class

Softel vdm, Inc.

Defines the default background color for all column footers that are selected.

Syntax      FootersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property BackColorSelected As Color

C#   

public Color BackColorSelected { get; set; }

C++   

public: property Color BackColorSelected {
        Color get();
        void set(Color value);
}

Property Value

The default background color for all column footers that are selected.

The default value is Color.ButtonFace.

Comments

The BackColorSelected property defines the default background color for all column footers that are selected.

Selected cells in column footers can override the background color using the CellBaseClass.BackColorSelected property.

Cells that are not selected use the colors defined using the BackColor property instead.

Depending on the AppearanceDefault property or cell overrides using CellBaseClass.Appearance, the defined color may have no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com